Namespace cereal
Serialisation of Eigen matrices for the serialisation library cereal (http://uscilab.github.io/cereal/index.html).
Contents
Detailed Description
Serialisation of OpenCV cv::Mat
matrices for the serialisation library cereal (http://uscilab.github.io/cereal/index.html).
Contains serialisation for Eigen matrices to binary archives, i.e. matrices like Eigen::MatrixXf
, Eigen::Matrix4d
, or Eigen::Vector3f
.
Todo: Add serialisation to and from JSON. Need to find out how to combine the two variants of SFINAE that are used.
Contains serialisation for cv::Mat
matrices to binary archives, and serialisation of cv::Vec2f.
Contains also an experimental serialisation to save/load cv::Mat’s from JSON.
Functions
Template Function cereal::load(Archive&, boost::dynamic_bitset<Block, Alloc>&)
Template Function cereal::load(Archive&, Eigen::Transform<_Scalar, _Dim, _Mode, _Options>&)
Template Function cereal::save(Archive&, const Eigen::Transform<_Scalar, _Dim, _Mode, _Options>&)
Template Function cereal::save(Archive&, boost::dynamic_bitset<Block, Alloc> const&)
Template Function cereal::serialize(Archive&, ::Eigen::Quaternion<_Scalar, _Options>&)
Template Function cereal::serialize(Archive&, cv::KeyPoint&)